C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / FlexGridDetailProvider<TItem> Class / Height Property


In This Topic
Height Property (FlexGridDetailProvider<TItem>)
In This Topic
Gets or sets the height of the details.
Syntax
'Declaration
 
Public Property Height As GridLength
 
'Usage
 
Dim instance As FlexGridDetailProvider(Of TItem)
Dim value As GridLength
 
instance.Height = value
 
value = instance.Height
See Also